home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / K_O / NAS121.ZIP / NASPAINT.EXE / SYSTEM.FNT < prev   
Text File  |  1995-03-01  |  3KB  |  100 lines

  1. ; Note: lines starting with a semicolon are comment lines
  2. ; NAME: refers to the name that the program will
  3. ;    use in the menus.  It must be _very_ short.
  4. ; PCXNAME: the name of the pcx file that contains the
  5. ;    artwork for the font.
  6. ; WIDTH: average width of the font.
  7. ; HEIGHT: average height of the font.
  8. ;
  9. ; Both HEIGHT and WIDTH are used to set the size of the
  10. ; spacing of the font.
  11. ;
  12.  
  13. NAME System
  14. PCXNAME paintkit\scfont.pcx
  15. WIDTH    6
  16. HEIGHT 11
  17.  
  18. ; FONT definitions:
  19. ; What follows is the list of the font definitions;
  20. ; The letter between the quotes '' is the letter
  21. ; that is defined.  The next four coordinates
  22. ; refer to the screen area that is used.
  23. ; For example, the first line:
  24. ;    DEFINE 'A'    18     2     32     13
  25. ; Defines the letter 'A' with the PCX file coordinates
  26. ; of upper coordinate: (18, 2) to the lower coordinate:
  27. ; (32, 13).  Note: The lower coordinate is _one larger than_
  28. ; the actual size of the box.
  29.  
  30. ; uppercase
  31. DEFINE 'A'    18     2     32     13
  32. DEFINE 'B'    35     2     48     13
  33. DEFINE 'C'    52     2     66     13
  34. DEFINE 'D'    69     2     82     13
  35. DEFINE 'E'    86     2     101     13
  36. DEFINE 'F'    103     2     118     13
  37. DEFINE 'G'    120     2     133     13
  38. DEFINE 'H'    137     2     151     13
  39. DEFINE 'I'    154     2     162     13
  40. DEFINE 'J'    171     2     183     13
  41. DEFINE 'K'    188     2     203     13
  42. DEFINE 'L'    205     2     215     13
  43. DEFINE 'M'    222     2     241     13
  44.  
  45. DEFINE 'N'    1     19     17     30
  46. DEFINE 'O'    18     19     31     30
  47. DEFINE 'P'    35     19     48     30
  48. DEFINE 'Q'    52     19     65     31
  49. DEFINE 'R'    69     19     82     30
  50. DEFINE 'S'    86     19     99     30
  51. DEFINE 'T'    107     19     118     30
  52. DEFINE 'U'    120     19     132     30
  53. DEFINE 'V'    137     19     150     30
  54. DEFINE 'W'    154     19     170     30
  55. DEFINE 'X'    171     19     186     30
  56. DEFINE 'Y'    190     19     202     30
  57. DEFINE 'Z'    205     19     221     30
  58.     
  59. ; lowercase
  60. DEFINE 'a'    18     36     28     47
  61. DEFINE 'b'    35     36     46     47
  62. DEFINE 'c'    52     36     62     47
  63. DEFINE 'd'    69     36     81     47
  64. DEFINE 'e'    86     36     96     47
  65. DEFINE 'f'    103     36     115     47
  66. DEFINE 'g'    120     36     133     50
  67. DEFINE 'h'    137     36     148     47
  68. DEFINE 'i'    154     36     160     50
  69. DEFINE 'j'    171     36     183     50
  70. DEFINE 'k'    188     36     200     47
  71. DEFINE 'l'    205     36     212     47
  72. DEFINE 'm'    222     36     237     47
  73.  
  74. DEFINE 'n'    1     53     12     64
  75. DEFINE 'o'    18     53     29     64
  76. DEFINE 'p'    35     53     48     67
  77. DEFINE 'q'    52     53     63     67
  78. DEFINE 'r'    69     53     80     64
  79. DEFINE 's'    86     53     97     64
  80. DEFINE 't'    103     53     112     64
  81. DEFINE 'u'    120     53     131     64
  82. DEFINE 'v'    137     53     146     64
  83. DEFINE 'w'    154     53     167     64
  84. DEFINE 'x'    171     53     184     64
  85. DEFINE 'y'    188     53     203     67
  86. DEFINE 'z'    205     53     218     64
  87.     
  88. ; numbers
  89. DEFINE '0'    154     70    167     81
  90. DEFINE '1'    1     70    9     81
  91. DEFINE '2'    18     70    31     81
  92. DEFINE '3'    35     70    48     81
  93. DEFINE '4'    54     70    65     81
  94. DEFINE '5'    69     70    82     81
  95. DEFINE '6'    86     70    98     81
  96. DEFINE '7'    103     70    116     81
  97. DEFINE '8'    120     70    133     81
  98. DEFINE '9'    137     70    150     81
  99.